home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM
- REM File to print or view docs
- REM
- bmenu 10 20 " Bmenu Documentation " " View Manual on Screen " " Print Manual on Printer " " Exit"
- if errorlevel 3 goto exit
- if errorlevel 2 goto print
- if errorlevel 1 goto view
- if errorlevel 0 goto exit
- :view
- cls
- type bmenu54.doc
- goto exit
- :print
- echo